Vcenter Namespaces Instances NetworkConfigSetSpec

Vcenter Namespaces Instances NetworkConfigSetSpec
Vcenter Namespaces Instances NetworkConfigSetSpec

The Vcenter Namespaces Instances NetworkConfigSetSpec schema contains specifications required when setting the network configuration of a vSphere Namespaces object.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "network_provider": "string",
    "vpc_config": {
        "default_subnet_size": 0,
        "private_cidrs": [
            {
                "address": "string",
                "prefix": 0
            }
        ]
    }
}
string
network_provider
Required

The network provider that manages the vSphere Namespaces network configuration.

For more information see: Vcenter Namespaces Instances NetworkProvider.

This property was added in vSphere API 9.0.0.0.

vpc_config
Optional

The network configuration for VPC namespaces, supported by Vcenter Namespaces Instances NetworkProvider.NSX_VPC network provider.

This property was added in vSphere API 9.0.0.0.

This property is optional and it is only relevant when the value of network_provider is Vcenter Namespaces Instances NetworkProvider.NSX_VPC.